#toolbar {
    display: none;
}

body {
    padding: 0;
    border: 0;
    font-size: 14px;
    font: inherit;
    vertical-align: baseline;
}

@media screen and (max-width: 760px) {
    #toolbar {
        color: #fff;
        width: 100%;
        height: 54px;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 1001;
        background: #4169E1;
        display: block;
        text-align: center;
        overflow: hidden;
    }

    #toolbar a {
        width: 100%;
        color: #fff;
        display: block;
        padding: 5px 0 0 0;
        line-height: 23px;
        font-size: 14px;
    }

    #toolbar a span {
        font-size: 22px;
        display: block;
    }

    .x3 {
        width: 50%;
        height: 54px;
        float: left;
    }

    .x3 a {
        color: #fff;
        text-decoration: none;
    }

    [class*='icon-']:before {
        display: inline-block;
        font-family: "FontAwesome";
        font-weight: normal;
        font-style: normal;
        vertical-align: baseline;
        line-height: 1;
    }

    .icon-home:before {
        content: "\f015";
    }

    [class*='icon-']:before {
        display: inline-block;
        font-family: "FontAwesome";
        font-weight: normal;
        font-style: normal;
        vertical-align: baseline;
        line-height: 1;
    }

    .icon-phone:before {
        content: "\f095";
    }
}